*** empty log message ***
authorMiles Bader <miles@gnu.org>
Mon, 10 Jun 2002 08:14:59 +0000 (08:14 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 10 Jun 2002 08:14:59 +0000 (08:14 +0000)
lisp/ChangeLog

index d72757c99e34d7980c76d062e1b4295e7b7bb651..b18554ad752756f65946f261189dbdf095170eee 100644 (file)
@@ -1,5 +1,15 @@
 2002-06-10  Miles Bader  <miles@gnu.org>
 
+       Make comint use text properties for highlighting instead of overlays:
+       * comint.el (comint-last-output-overlay): Variable removed.
+       (comint-send-input, comint-output-filter): Use text properties
+       instead of overlays.
+       (comint-insert-clicked-input): Rewrite to work with text
+       properties as well as overlays
+       (comint-snapshot-last-prompt): Snapshot using text properties.
+       (comint-get-old-input-default, comint-extract-string): Don't copy
+       text properties. 
+
        * simple.el (line-move-finish): Inhibit field motion when
        computing `line-end'.